projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323bad3
)
d/rules: Explicitly enable Xinerama for non-udeb build
author
Simon McVittie
<smcv@debian.org>
Sun, 9 Aug 2020 09:21:30 +0000
(10:21 +0100)
committer
Simon McVittie
<smcv@debian.org>
Sun, 9 Aug 2020 09:21:30 +0000
(10:21 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index b64354590ef93054bcb3d90dbac74215dfce4c6c..ba72279969a3e17b1ede32978eb1d1c30d8f400e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-85,6
+85,7
@@
configure_flags_deb = \
-Dmedia=none \
-Dprint-backends=all \
-Dx11-backend=true \
+ -Dxinerama=yes \
${NULL}
ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))